Add notes for iOS compiling documentation#3594
Merged
ann0see merged 1 commit intojamulussoftware:mainfrom Jan 15, 2026
Merged
Conversation
pljones
reviewed
Jan 12, 2026
| @@ -157,7 +157,7 @@ If you want to build the installer, please run the `deploy_mac.sh` script: `./ma | |||
| ## iOS | |||
|
|
|||
| 1. Install [Xcode from the Mac AppStore](https://apps.apple.com/us/app/xcode/id497799835?mt=12) | |||
Collaborator
There was a problem hiding this comment.
Just out of interest, how close are these steps to the autobuild process? Do the dependencies and versions match, etc?
Member
Author
There was a problem hiding this comment.
I believe they're different. The autobuild process uses Qt 6 and some hacks to generate an unsigned ipa. Xcode itself produces a signed binary which is installed to device or uploaded to AppStore Connect. I also use Qt5 as QT6 is buggy UI wise.
Collaborator
There was a problem hiding this comment.
OK, I think we need to change autobuild to do the same thing, then.
EDIT: Added this in a new issue
pljones
approved these changes
Jan 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description of changes
Adds some notes to iOS building instructions
CHANGELOG: SKIP
Context: Fixes an issue?
No
Does this change need documentation? What needs to be documented and how?
No. It is documentation.
Status of this Pull Request
Ready
What is missing until this pull request can be merged?
Nothing
Checklist